projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83f8659
)
(win32_read_socket): Never block reading from input queue.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Jul 1996 07:14:14 +0000
(07:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Jul 1996 07:14:14 +0000
(07:14 +0000)
src/w32inevt.c
patch
|
blob
|
history
diff --git
a/src/w32inevt.c
b/src/w32inevt.c
index 2549d1609dc790f98aa67469d71dac196b849b21..2a6553196c509527333b6e360c795946e7975a62 100644
(file)
--- a/
src/w32inevt.c
+++ b/
src/w32inevt.c
@@
-524,7
+524,7
@@
win32_read_socket (int sd, struct input_event *bufp, int numchars,
for (;;)
{
- nev = fill_queue (
waitp !=
0);
+ nev = fill_queue (0);
if (nev <= 0)
{
/* If nev == -1, there was some kind of error